1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmDEFFECTIVE_RETURN_STOCK_LIST
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.ColQTY = New System.Windows.Forms.ColumnHeader
26         Me.lstitems = New System.Windows.Forms.ListView
27         Me.colID = New System.Windows.Forms.ColumnHeader
28         Me.colD = New System.Windows.Forms.ColumnHeader
29         Me.ColName = New System.Windows.Forms.ColumnHeader
30         Me.colcurrent = New System.Windows.Forms.ColumnHeader
31         Me.ColPrice = New System.Windows.Forms.ColumnHeader
32         Me.ColBarcode = New System.Windows.Forms.ColumnHeader
33         Me.colMeasure = New System.Windows.Forms.ColumnHeader
34         Me.cmdselect = New System.Windows.Forms.Button
35         Me.cmdcancel = New System.Windows.Forms.Button
36         Me.SuspendLayout()
37         
'
38         
'ColQTY
39         
'
40         Me.ColQTY.Text =
"QTY"
41         Me.ColQTY.Width =
40
42         
'
43         
'lstitems
44         
'
45         Me.lstitems.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colID, Me.colD, Me.ColName, Me.colcurrent, Me.ColPrice, Me.ColBarcode, Me.ColQTY, Me.colMeasure})
46         Me.lstitems.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
47         Me.lstitems.FullRowSelect = True
48         Me.lstitems.GridLines = True
49         Me.lstitems.Location = New System.Drawing.Point(
6, 6)
50         Me.lstitems.Name =
"lstitems"
51         Me.lstitems.Size = New System.Drawing.Size(
753, 318)
52         Me.lstitems.TabIndex =
54
53         Me.lstitems.UseCompatibleStateImageBehavior = False
54         Me.lstitems.View = System.Windows.Forms.View.Details
55         
'
56         
'colID
57         
'
58         Me.colID.Text =
"ID"
59         Me.colID.Width =
40
60         
'
61         
'colD
62         
'
63         Me.colD.Text =
"Detail ID"
64         
'
65         
'ColName
66         
'
67         Me.ColName.Text =
"Name"
68         Me.ColName.Width =
240
69         
'
70         
'colcurrent
71         
'
72         Me.colcurrent.Text =
"Current QTY"
73         Me.colcurrent.Width =
80
74         
'
75         
'ColPrice
76         
'
77         Me.ColPrice.Text =
"Price"
78         Me.ColPrice.Width =
80
79         
'
80         
'ColBarcode
81         
'
82         Me.ColBarcode.Text =
"Barcode"
83         Me.ColBarcode.Width =
110
84         
'
85         
'colMeasure
86         
'
87         Me.colMeasure.Text =
"Unit"
88         
'
89         
'cmdselect
90         
'
91         Me.cmdselect.Location = New System.Drawing.Point(
6, 330)
92         Me.cmdselect.Name =
"cmdselect"
93         Me.cmdselect.Size = New System.Drawing.Size(
59, 25)
94         Me.cmdselect.TabIndex =
55
95         Me.cmdselect.Text =
"&Select"
96         Me.cmdselect.UseVisualStyleBackColor = True
97         
'
98         
'cmdcancel
99         
'
100         Me.cmdcancel.Location = New System.Drawing.Point(
71, 330)
101         Me.cmdcancel.Name =
"cmdcancel"
102         Me.cmdcancel.Size = New System.Drawing.Size(
59, 25)
103         Me.cmdcancel.TabIndex =
56
104         Me.cmdcancel.Text =
"&Cancel"
105         Me.cmdcancel.UseVisualStyleBackColor = True
106         
'
107         
'FrmDEFFECTIVE_RETURN_STOCK_LIST
108         
'
109         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
110         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
111         Me.BackColor = System.Drawing.Color.WhiteSmoke
112         Me.ClientSize = New System.Drawing.Size(
763, 365)
113         Me.Controls.Add(Me.lstitems)
114         Me.Controls.Add(Me.cmdselect)
115         Me.Controls.Add(Me.cmdcancel)
116         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
117         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
118         Me.Name =
"FrmDEFFECTIVE_RETURN_STOCK_LIST"
119         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
120         Me.Text =
"Stock List"
121         Me.ResumeLayout(False)
122
123     End Sub
124     Friend WithEvents ColQTY As System.Windows.Forms.ColumnHeader
125     Friend WithEvents lstitems As System.Windows.Forms.ListView
126     Friend WithEvents colID As System.Windows.Forms.ColumnHeader
127     Friend WithEvents colD As System.Windows.Forms.ColumnHeader
128     Friend WithEvents ColName As System.Windows.Forms.ColumnHeader
129     Friend WithEvents colcurrent As System.Windows.Forms.ColumnHeader
130     Friend WithEvents ColPrice As System.Windows.Forms.ColumnHeader
131     Friend WithEvents ColBarcode As System.Windows.Forms.ColumnHeader
132     Friend WithEvents colMeasure As System.Windows.Forms.ColumnHeader
133     Friend WithEvents cmdselect As System.Windows.Forms.Button
134     Friend WithEvents cmdcancel As System.Windows.Forms.Button
135 End Class


Gõ tìm kiếm nhanh...